home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 47 / MOBICLIC 47.ISO / mac / DATA / DemoAtlas / demo.cst / 00013_Script_attente fin de son et suite < prev    next >
Text File  |  2002-07-23  |  274b  |  18 lines

  1. -- attente fin de son et suite
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3) then
  5.       go to the frame
  6.     else
  7.       niveauSon
  8.     end if
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   if testClic()=1 then
  14.     puppetSound 3,0
  15.     niveauSon
  16.   end if
  17. end mouseUp
  18.